Runtime bounding boxes in Unity

A Runtime bounding boxes example The Unity has its own bounding boxes buit in editor which show up when you manipulate the objects, like transform boxes and collider boxes, but those are unavailable at runtime. This project can help you to draw the bounding boxes ingame, using GL.Lines. The boxes get aligned to the local … Continue reading Runtime bounding boxes in Unity